projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce07b1
)
Improve commentary for a recent change in keyboard.c
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 Feb 2017 10:30:25 +0000
(12:30 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 Feb 2017 10:30:25 +0000
(12:30 +0200)
* src/keyboard.c (Fset__this_command_keys): Add a comment about
the magic 248 value. (Bug#25612)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index d2f4b504abff012298367b7949bb358dabdfe754..0245dfa9759adec51c8fafde04f822badd13dbf3 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-10020,7
+10020,7
@@
Internal use only. */)
int key0 = SREF (keys, 0);
/* Kludge alert: this makes M-x be in the form expected by
- novice.el. Any better ideas? */
+ novice.el.
(248 is \370, a.k.a. "Meta-x".)
Any better ideas? */
if (key0 == 248)
add_command_key (make_number ('x' | meta_modifier));
else